home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
076-100
/
scopedisk83
/
popcli4
/
popbug.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-19
|
233b
|
15 lines
#ifdef BUGMACROS
extern void __stdargs myprintf(char *,);
#define BUG(A) (myprintf A)
#define BUGWINDOW "CON:320/0/320/200/PopCLI IV/a"
#define BUGTEMPWIN "CON:0/0/320/200/Goin' Away!/a"
#else
#define BUG(A)
#endif